From: Peter Michael Green Date: Sun, 3 Sep 2017 22:55:28 +0000 (+0000) Subject: Modify configure.json to disable neon. X-Git-Tag: archive/raspbian/5.15.13+dfsg-2+rpi1~3 X-Git-Url: https://dgit.raspbian.org/%22http://www.example.com/cgi/%22/%22http:/www.example.com/cgi/%22?a=commitdiff_plain;h=8e1c9f1f4caca3d045eff4a82dbc0590b2d5eb11;p=qtbase-opensource-src.git Modify configure.json to disable neon. Gbp-Pq: Name modify-configure.json-to-disable-neon.patch --- diff --git a/configure.json b/configure.json index 4763ff645..e5a2239c0 100644 --- a/configure.json +++ b/configure.json @@ -1278,7 +1278,7 @@ }, "neon": { "label": "NEON", - "condition": "(arch.arm || arch.arm64) && subarch.neon", + "condition": "(arch.arm64) && subarch.neon", "output": [ "privateConfig", { "type": "define", "name": "QT_COMPILER_SUPPORTS_NEON", "value": 1 }